home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / braunusa.dir / 00019_Script_19 < prev    next >
Text File  |  1994-11-29  |  229b  |  14 lines

  1. on exitFrame
  2.     set the cursor of sprite 3 to 0
  3.   set the cursor of sprite 4 to 0
  4.   set the cursor of sprite 20 to 0
  5.   updateStage
  6.  
  7.   go to frame "PPLWall" of movie "advwall"
  8.   
  9. end
  10.  
  11. on enterFrame
  12.   updateStage
  13. end
  14.